From 922d8c4727c825492a2187224960a958c4501566 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sat, 21 Sep 2024 17:21:40 +0100 Subject: [PATCH] Ignore exceptions in documentation examples Some examples download data, and/or depend on packages Debian doesn't have, so can't run in a Debian build Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name ignore_ipython_exceptions.patch --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index b817cc7b..d6b645c6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -463,6 +463,7 @@ extlinks = { } +ipython_warning_is_error = False ipython_execlines = [ "import numpy as np", "import pandas as pd", -- 2.30.2